home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / graphics / mag02.zip / MAG.DOC < prev    next >
Text File  |  1996-03-09  |  4KB  |  146 lines

  1.  
  2.  
  3.         MAG version 0.1
  4.         ____________________________________________________________
  5.  
  6.  
  7.         WHAT IS MAG:
  8.  
  9.         MAG (Mark Archiver for GIF), as been created to compress GIF, it
  10.         actually compress GIF file 15 to 20%.  This software use
  11.         the same format as PKZIP 2.04g so the file create by MAG
  12.         can be read (but not uncompress) by PKUNZIP.
  13.  
  14.         ie: pkunzip -v test.mag
  15.  
  16.  
  17.  
  18.         How to contact the author.
  19.         ____________________________________________________________
  20.  
  21.           There is many way you can contact me the best and fastest
  22.           way is to use netmail over network such as Fidonet or
  23.           internet.
  24.  
  25.           Fidonet:               1:242/100
  26.           Francomedia:           101:153/0
  27.           Internet e-mail:       Mark.Gauthier@vanier.mba.org
  28.           CompuServe:            >INTERNET:Mark.Gauthier@vanier.mba.org
  29.  
  30.           You can also call at Silicon Palace BBS (1-514-432-2953) and
  31.           dropped me message, but don't try to chat me at this BBS, i'm not
  32.           the sysop.
  33.  
  34.           You can also reach me via conventional mail at this address.
  35.  
  36.           MAG / Mark Gauthier
  37.           58 Emilien-Frenette
  38.           Sainte-Therese, PQ, Canada.
  39.           J7E 5K3
  40.  
  41.                                                            Mark Gauthier.
  42.  
  43.  
  44.         Licensing Information (Shareware version).
  45.         ____________________________________________________________
  46.  
  47.           This program is not free.  But shareware concept give you
  48.           the opportunity to test it and use it for 7 days.  After
  49.           7 days you must pay to keep it.
  50.  
  51.  
  52.         How to register.
  53.         ____________________________________________________________
  54.  
  55.           Print 'ORDER.FRM' you will find all information is this
  56.           file including prices, mailing address, etc.
  57.  
  58.  
  59.         Commands line options: (MAG)
  60.         ____________________________________________________________
  61.  
  62.  
  63.      -b   Use the specified path for the temporary  mag  archive.
  64.           For example:
  65.  
  66.                mag -b c:\tmp stuff *
  67.                mag -b d:\ stuff *
  68.                mag -b z: stuff *
  69.  
  70.      -c   Add one-line comments for each file.
  71.  
  72.      -d   Delete file.
  73.  
  74.           mag -d test a*.gif
  75.  
  76.           will remove the entrys a*.gif from magfile test.mag
  77.  
  78.  
  79.      -f   Replace entry in archive if entry as been modify on disk
  80.           since last update in magfile.  This function does not
  81.           add new entry to archive.
  82.  
  83.                mag -f magfile.mag
  84.  
  85.      -F   Fix the mag archive. If possible, there is no guaranteed
  86.           it will work.
  87.  
  88.      -?   Display the mag help information (this also appears  if
  89.           mag is run with no arguments).
  90.  
  91.      -l   Display the mag license.
  92.  
  93.      -m   Move the specified files into the  mag  archive.  This
  94.           function store file into magfile and delete them from
  95.           disk.
  96.  
  97.      -q   Quiet mode; eliminate informational messages  and  com-
  98.           ment  prompts.
  99.  
  100.      -u   This function is similar to (-f) but if a new file is
  101.           found and this option is set, the file will be add to
  102.           archive.
  103.  
  104.      -x   Exclue some file from compression.
  105.  
  106.                mag magfile *.gif -x \a*.gif
  107.  
  108.           This will create or update magfile.mag, and and or update
  109.           all GIF file except the files that start whit A.
  110.  
  111.      -z   Prompt for a line  comment  for  the  entire  mag
  112.           archive.
  113.  
  114.      -Z   comment for the entire mag from file.
  115.  
  116.                mag -Z mybbs.ans magfile *.gif
  117.  
  118.  
  119.      -#   Change the compression ration. (from 0 to 9).
  120.  
  121.           mag -0 test *.gif     ; store file (no compression).
  122.           mag -1 test *.gif     ; compress file (fastest compression).
  123.           mag -5 test *.gif     ; compress file (medium compression).
  124.           mag -9 test *.gif     ; compress file (best compression).
  125.  
  126.  
  127.  
  128.         Commands line options: (UNMAG)
  129.         ____________________________________________________________
  130.  
  131.  
  132.      -v  List files inside magfile.
  133.  
  134.      -t  Test archive intagrity.
  135.         
  136.      -n  Extract only new file.  If this option is selected, unmag,
  137.          skip file if they already exist.
  138.  
  139.      -o  Overwrite existing files.
  140.  
  141.      -q  Quiet mode; eliminate informational messages  and  com-
  142.          ment  prompts.
  143.  
  144.  
  145.  
  146.